﻿
/*开发：芳草地网络科技有限公司*/
/*作者：张晓光*/
/*手机：18643711300*/
/*Q  Q：275564581*/

* {
    margin:0px;
    padding:0px;
    /*-moz-user-select:none;不可复制拖动文本，只支持火狐*/
}

html {
    padding:0px;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
	font-size:12px;
	overflow-x:-moz-scrollbars-vertical!important;
	overflow-x:hidden;
}
*html,body {
	height:100%;
	_background-image:url(about:blank);
	_background-attachment:fixed;
}

body {
    margin:0px!important;
    padding:0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 表单元素不继承父级 */
body,button,input,select,textarea {
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}

del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
ol,ul,li {
    list-style:none;
}
caption,th {
    text-align:left;
}
/* 标题自定义 */
h1,h2,h3,h4,h5,h6 {
    font-weight:900;
}

/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}

a{
	font-family:"宋体";
	text-decoration: none;
	font-size:14px;
	color:#333333;
}
a:hover {
    text-decoration:none;
}
span{
	font-family:"宋体";
	font-size:14px;
	color:#666666;
}
span a{
	color:#333333;
}
font{
	font-family:"宋体";
	font-size:14px;
	color:#999999;
}
span a{
	color:#999999;
}



/* 清除浮动 */
.tl_clearfix {
	width: 100%;
	display: table;
    zoom:1; /* for ie6 & ie7 */
}
.tl_clear {
    height:0px;
    line-height:0px;
    font-size:0px;
    overflow:hidden;
    display:none;
    clear:both;
}
/* 显示和隐藏 */
.tl_hide {
    display:none;
}
.tl_block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.tl_left,.tl_right {
    display:inline;
}
.tl_left {
    float:left;
}
.tl_right {
    float:right;
}